home *** CD-ROM | disk | FTP | other *** search
/ Daddy Day Care Press Kit / Daddy Day Care Press Kit.iso / mac / Acrobat Reader 5 PC / plug_ins / Webbuy.api / EXVW / 20001 next >
Text File  |  2002-12-14  |  2KB  |  36 lines

  1. dialog(name: '$$$/Dialogs/Prefs/Title', margin_height: 0, margin_width: 0 )
  2. {
  3.     view(align_children: align_left, dwidth: gPrefsPanelWidth ) {
  4.         check_box(item_id: 'ckil', name: '$$$/Dialogs/Prefs/Enable/Checkbox' );
  5.         static_text(item_id: 'sdes', name: '$$$/Dialogs/Prefs/Descr', 
  6.             alignment: align_fill,
  7.             height: gStaticTextHeight * 4 );
  8.         group(item_id: 'gall', alignment: align_fill ) {
  9.             cluster(name: '$$$/Dialogs/Prefs/Warnings/Label', alignment: align_fill ) {
  10.                 check_box(item_id: 'cwuc', name: '$$$/Dialogs/Prefs/Warnings/UnsecureConnection' );
  11.                 check_box(item_id: 'cwsi', name: '$$$/Dialogs/Prefs/Warnings/SystemID' );
  12.                 check_box(item_id: 'cwa1', name: '$$$/Dialogs/Prefs/Warnings/Alt1' );
  13.                 check_box(item_id: 'cwa2', name: '$$$/Dialogs/Prefs/Warnings/Alt2' );
  14.             }
  15.             cluster(name: '$$$/Dialogs/Prefs/AltIDs/Label', alignment: align_fill, align_children: align_left ) {
  16.                 view(align_children: align_row ) {
  17.                     static_text(name: '$$$/Dialogs/Prefs/AltIDs/Alt1' );
  18.                     popup(item_id: 'pad1', width: max_char_width() * 13 );
  19.                 }
  20.                 view(align_children: align_row ) {
  21.                     static_text(name: '$$$/Dialogs/Prefs/AltIDs/Alt2' );
  22.                     popup(item_id: 'pad2', width: max_char_width() * 13 );
  23.                 }
  24.             }
  25.             cluster(name: '$$$/Dialogs/Prefs/Bookshelf/Label', alignment: align_fill, align_children: align_left ) {
  26.                 static_text(item_id: 'spdf', name: '$$$/Dialogs/Prefs/Bookshelf/DefaultPath',
  27.                     width: max_char_width() * 13);
  28.                 group(align_children: align_top, alignment: align_fill) {
  29.                     edit_text(item_id: 'epdf', alignment: align_fill);
  30.                     button(item_id: 'bbff', name: '$$$/Dialogs/Prefs/Bookshelf/BrowseButton', default: false, dismiss: false);
  31.                 }
  32.             }
  33.         }
  34.     }
  35. }
  36.